Scheme->C - significado y definición. Qué es Scheme->C
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

Qué (quién) es Scheme->C - definición

SOFTWARE WHICH INTERPRETS AND COMPILES SCHEME CODE INTO C CODE
Gambit-C; Termite scheme; Gambit (scheme implementation)

Scheme->C      
R4RS         
DIALECT OF THE LISP PROGRAMMING LANGUAGE
Scheme Links; R5RS; R4RS; R6RS; Set!; Scheme Programming language; Scheme progamming language; Scheme programming language; R5RS Scheme; Err5rs; ERR5RS; Scheme language; LAML; Scheme (language); RnRS; R7RS; Dr. Scheme; Scheme Lisp
A revision of R3RS, revised in R3.99RS. ftp://altdorf.ai.mit.edu/. ["The Revised^4 Report on the Algorithmic Language Scheme", W. Clinger et al, MIT (Nov 1991)]. (1994-10-28) [Later revisions?]
MIT Scheme         
A SCHEME IMPLEMENTATION WITH INTEGRATED EDITOR AND DEBUGGER
MIT Scheme; Edwin (editor); Mit-scheme
<language> (Previously "C-Scheme") A Scheme implementation by the MIT Scheme Team (Chris Hanson, Jim Miller, Bill Rozas, and many others) with a rich set of utilities, a compiler called Liar and an editor called Edwin. MIT Scheme includes an interpreter, large {run-time library}, Emacs macros, native-code compiler, emacs-like editor, and a source-level debugger. Latest version: 7.7.1, as of 2002-06-18. MIT Scheme conforms fully with R4RS and almost with the IEEE Scheme standard. It runs on Motorola 68000: HP9000, Sun-3, NeXT; MIPS: Decstation, Sony, SGI; HP-PA: 600, 700, 800; VAX: Ultrix, BSD, DEC Alpha: OSF; Intel i386: MS-DOS, MS Windows, and various other Unix systems. See also: LAP, Schematik, Scode. scheme/">http://gnu.org/software/mit-scheme/. Usenet newsgroup: news:comp.lang.scheme.c. Mailing list: mit-scheme-announce@gnu.org (cross-posted to news). E-mail: <mit-scheme-devel@gnu.org> (maintainers). (2003-08-14)

Wikipedia

Gambit (Scheme implementation)

Gambit, also called Gambit-C, is a programming language, a variant of the language family Lisp, and its variants named Scheme. The Gambit implementation consists of a Scheme interpreter, and a compiler which compiles Scheme into the language C, which makes it cross-platform software. It conforms to the standards R4RS, R5RS, and Institute of Electrical and Electronics Engineers (IEEE), and to several Scheme Requests for Implementations (SRFIs). Gambit was released first in 1988, and Gambit-C (Gambit with a C backend) was released first in 1994. They are free and open-source software released under a GNU Lesser General Public License (LGPL) 2.1, and Apache License 2.0.

By compiling to an intermediate representation, in this case portable C (as do Chicken, Bigloo and Cyclone), programs written in Gambit can be compiled for common popular operating systems such as Linux, macOS, other Unix-like systems, and Windows.